home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
identify.lha
/
Identify
/
include
/
Pascal
/
identify.lib
Wrap
Text File
|
1997-04-13
|
548b
|
22 lines
{$if not def IDENTIFY_LIB} CONST IDENTIFY_LIB=1;
{
** identify_protos.h
**
** (C) 1996-97 Richard Körber -- All Rights Reserved
}
{$if not def UTILITY_TAGITEM_H;incl "utility/tagitem.h";endif}
VAR IdentifyBase : Ptr;
LIBRARY IdentifyBase :
-30 : FUNCTION IdExpansion(a0:p_TagItem) : Long;
-36 : FUNCTION IdHardware(d0:Long;a0:p_TagItem) : Str;
-42 : FUNCTION IdAlert(d0:Long;a0:p_TagItem) : Long;
-48 : FUNCTION IdFunction(a0:Str;d0:Long;a1:p_TagItem) : Long;
-54 : FUNCTION IdHardwareNum(d0:Long;a0:p_TagItem) : Long;
END;
{$endif}